
img{
    width: 100%;
    height: 100%;
}
p{
    padding: 0px;
}

.wocao {
    min-height: auto;
    width: 0px;
    padding: 50px;
}

.footer-up-item1{
    display: none;
}
.footer-up-item-text{
    display: none;
}
.footer-up-item2{
    width: 50%;
    /*padding: 0% 5%;*/
    margin-left: 5%;
}
.footer-up-item2 .linhe {
    font-size: 1rem;
}
.footer-up-item2 p:last-child{
    font-size: 1rem;
    margin-top: 19%;
}


.footer-up-item img{
    padding-top:0px;
}
body header {
    float: left;
    height: 110px;
    width: 100%;
    transform: none;
    margin: 0;
    left: 0;
    position: inherit;

}
header .comWidth{
    float: left;
}
.nav .nav_cont li a{
    padding: 10px  27px 3px 5px;
    font-size: 0.5rem;
}

header .comWidth a .logo{
    float: left;
    height: 50px;
    width: 50px;
    margin: 0;
}
header .comWidth a .logo .logo_img{
    float: left;
    width: 50px;
}
.comWidth {
    width: 100%;
    margin: 0 auto;
}

.comWidth .logo{
    float: left;
    display: block;
    margin: 0;
    position: inherit;
    width: 100%;
    height: 65px;
}
.comWidth .logo img{
    width: 50px;
    height: 50px;
    margin: auto;
    left: 5%;
    top: 5px;
}
header .comWidth .nav {
    float: left;
    margin: 0;
}
header .comWidth .nav .nav_title {
     padding: 0;
 }
header .comWidth .nav .nav_title  span {
    padding: 0px 4px;
    font-size: 12px;
    line-height: 2rem;
    display: inherit;
}
.nav .nav_title .nav_cont{
    top: 52px;
}
.nav:not(:last-child)::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    background: #00993E;
    position: absolute;
    top: 0px;
    right: 0px;
}
